VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / GraphicsUtils Class / ConvertToAffineMatrix Methods / ConvertToAffineMatrix(Double[]) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertToAffineMatrix(Double[]) Method (GraphicsUtils)
    In This Topic
    Converts a transform matrix elements to a AffineMatrix object.
    Syntax
    'Declaration
    
    Public Overloads Shared Function ConvertToAffineMatrix( _
    ByVal matrixElements
    The matrix elements to convert.
    () As Double _
    ) As Vintasoft.Imaging.AffineMatrix
    public static Vintasoft.Imaging.AffineMatrix ConvertToAffineMatrix(
    double[] matrixElements
    )
    public: static Vintasoft.Imaging.AffineMatrix* ConvertToAffineMatrix(
    double[]* matrixElements
    )
    public:
    static Vintasoft.Imaging.AffineMatrix^ ConvertToAffineMatrix(
    array<double>^ matrixElements
    )

    Parameters

    matrixElements
    The matrix elements to convert.

    Return Value

    The AffineMatrix object instance.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also